@charset "utf-8";

/*
	最新情報　共通
*/



/*---------------------------------------------------------- 一覧
*/
#news-container {
	float: left;
	margin-bottom: 70px;
	width: 100%;
}

/* 過去記事 */
.news-past {
	float: left;
	margin-right: 80px;
	width: 176px;
}

.news-past h3 {
	background: #000;
	color: #FFF;
	font-size: 16px;
	height: 40px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.news-past ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-past ol li a {
	border: 1px solid #000;
	border-top: none;
	color: #000;
	display: block;
	height: 40px;
	line-height: 42px;
	padding: 0 10px 0 20px;
}

.news-past .news-past-y li.active > a {
	background: #d8e7fc;
	color: #4A74AE;
	font-weight: bold;
}

.news-past .news-past-m li a {
	padding-left: 30px;
}

.news-past ol li a:hover {
	opacity: .5;
	text-decoration: none;
}


/* カテゴリ */
.news-ctgr {
	float: left;
	width: 100%;
}

.news-ctgr:last-of-type {
	margin-bottom: 30px;
	margin-top: -1px;
}

.news-ctgr-sub {
	/*background: #f0f6ff;*/
}

.news-ctgr ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-ctgr li {
	float: left;
}

.news-ctgr li.all {
	width: 86px;
}

.news-ctgr li.info {
	width: 100px;
}

.news-ctgr li.event {
	width: 100px;
}

.news-ctgr li.exam {
	width: 100px;
}

.news-ctgr li.opencampus {
	width: 115px;
}

.news-ctgr li.eventcal {
	width: 93px;
}

.news-ctgr li.blog {
	width: 110px;
}

.news-ctgr li.toyo {
	width: 163px;
}
.news-ctgr li.judo {
	width: 151px;
}
.news-ctgr li.rigaku {
	width: 151px;
}
.news-ctgr li.shikaeisei {
	width: 151px;
}

.news-ctgr li a {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	display: block;
	padding: 13px 0;
	text-align: center;
}

.news-ctgr li a:hover {
	color: #999;
	text-decoration: none;
}

.news-ctgr li.active a {
	background: #d8e7fc;
	color: #4A74AE;
	font-weight: bold;
}

.news-ctgr li a span {
	border-left: 1px solid #000;
	box-sizing: border-box;
	display: block;
	height: 38px;
	padding-top: 11px;
}
.news-ctgr li.toyo a span {
	padding-top: 0;
}
.news-ctgr li.opencampus a span {
	padding-top: 0;
}

.news-ctgr li.all a span {
	border-left: none;
}

/* .news-ctgr-sub */
.news-ctgr-sub li a:hover {
	opacity: .6;
}

.news-ctgr-sub li.toyo a {
	color: #E70;
}

.news-ctgr-sub li.toyo.active a {
	background: #FDF3E7;
}

.news-ctgr-sub li.judo a {
	color: #0599D9;
}

.news-ctgr-sub li.judo.active a {
	background: #EEF5FD;
}

.news-ctgr-sub li.rigaku a {
	color: #4CA635;
}

.news-ctgr-sub li.rigaku.active a {
	background: #F2F5EC;
}


/* 一覧 */
.news-list {
	float: left;
	width: 704px;
}

.news-bl {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.news-bl a {
	color: #000;
	display: block;
}

.news-bl a:hover {
	text-decoration: none;
}

.news-img {
	float: left;
	line-height: 0;
	width: 332px;
}

.news-img:empty {
	background: url(../img/img_noimg.svg) no-repeat center center #CCD3E6;
	height: 232px;
}

.news-img img {
	height: auto;
	width: 100%;
}

.news-txt {
	margin: 5px 0 0 362px;
}

.news-txt .news-date {
	margin: 0 0 5px 0;
}

.news-txt h4 {
	color: #4A74AE;
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

.news-txt p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.news-txt p a {
	color: #4A74AE;
}

.news-txt p a:hover {
	text-decoration: underline;
}

.news-txt .readmore {
	background: #4A74AE;
	color: #FFF;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	margin-top: 60px;
	text-align: center;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
	width: 166px;
}

.news-bl a:hover .readmore {
	opacity: .8;
}


/* noimg */
.noimg .news-txt {
	margin: 0;
}

.noimg .news-txt .readmore {
	margin-top: 20px;
}


/* ページャー */
#news-pager {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#news-pager li {
	display: inline-block;
	margin: 0 5px;
}

#news-pager li a,
#news-pager li span {
	border: 1px solid #000;
	color: #000;
	display: block;
	padding: 5px 15px;
}

#news-pager li a:hover {
	opacity: .5;
	text-decoration: none;
}

#news-pager li span {
	border-color: #4A74AE;
	background: #d8e7fc;
	color: #4A74AE;
	font-weight: bold;
}


/*---------------------------------------------------------- 詳細
*/
/* 一覧 */
.detail .news-img {
	line-height: 1.4em;
}

.detail figure {
	margin: 0 0 20px 0;
	padding: 0;
}

.detail figcaption {
	font-size: 14px;
	line-height: 1.3em;
}

.news-txt .news-date span {
	background: #4A74AE;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	margin: 0 7px 3px 0;
	padding: 0 15px;
	position: relative;
	top: -2px;
}

.news-txt .news-date span.tag-toyo {
	background: #E70;
}

.news-txt .news-date span.tag-judo {
	background: #0599D9;
}

.news-txt .news-date span.tag-rigaku {
	background: #4CA635;
}



/* 一覧に戻る */
#backto-list {
	clear: both;
	margin-top: 20px;
	text-align: right;
}

#backto-list a {
	background: #4A74AE;
	color: #FFF;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
	width: 166px;
}

#backto-list a:hover {
	opacity: .8;
	text-decoration: none;
}









@media screen and (max-width: 980px) {
	.news-past {
		display: none;
	}
	
	.news-list {
		width: 100%;
	}
	
	/* カテゴリ */
	.news-ctgr ul {
		width: 100%;
	}
	
	.news-ctgr li.all {
		width: 33%;
	}

	.news-ctgr li.info {
		width: 33%;
	}

	.news-ctgr li.event {
		width: 33%;
	}

	.news-ctgr li.exam {
		width: 25%;
	}

	.news-ctgr li.opencampus {
		width: 25%;
	}

	.news-ctgr li.eventcal {
		width: 25%;
	}

	.news-ctgr li.blog {
		width: 25%;
	}
	
	.news-ctgr li.rigaku {
		width: 34%;
	}
	.news-ctgr li.shikaeisei {
		width: 33%;
	}
	.news-ctgr li.toyo {
		width: 50%;
	}
	.news-ctgr li.judo {
		width: 50%;
	}

	.news-ctgr li a {
		font-size: 12px;
		padding: 8px 0;
		white-space: nowrap;
	}
	
	.news-ctgr ul:first-of-type li a {
		border-bottom: none;
	}

	.news-ctgr li a span {
		border-left: 1px solid #000;
		box-sizing: border-box;
		display: block;
		height: 30px;
	}
	.news-ctgr li.toyo a span {
		padding-top: 2px;
	}
	
	.news-ctgr li:first-of-type a span {
		border-left: none;
	}

	.news-bl {
		margin-bottom: 20px;
	}

	.news-img {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.news-img:empty {
		background-size: 60px 47px;
		height: 170px;
	}

	.news-txt {
		margin: 0;
	}

	.news-txt .news-date {
		font-size: 12px;
	}

	.news-txt h4 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}

	.news-txt p {
		font-size: 13px;
	}

	.news-txt .readmore {
		font-size: 10px;
		height: 24px;
		line-height: 26px;
		margin-top: 20px;
		width: 110px;
	}
	
	.detail figure {
		margin: 0 0 10px 0;
	}

	.detail figcaption {
		font-size: 12px;
	}

	.news-txt .news-date span {
		font-size: 11px;
	}
	
	#backto-list a {
		font-size: 10px;
		height: 24px;
		line-height: 26px;
		width: 110px;
	}
	
	/* ページャー */
	#news-pager li {
		display: inline-block;
		margin: 0 2px;
	}

	#news-pager li a,
	#news-pager li span {
		font-size: 12px;
		padding: 3px 10px;
	}
}
















